home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TCONTROLPANEL / TCONTROLPANEL.txt
Text File  |  1999-03-22  |  5KB  |  236 lines

  1. object ControlPanel: TControlPanel
  2.   Left = 537
  3.   Top = 165
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Net2Phone Control Panel'
  7.   ClientHeight = 232
  8.   ClientWidth = 280
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LabelTop: TLabel
  21.     Left = 96
  22.     Top = 11
  23.     Width = 88
  24.     Height = 13
  25.     Alignment = taCenter
  26.     Caption = 'Vox Thresholds'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBtnText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Num: TLabel
  35.     Left = 16
  36.     Top = 16
  37.     Width = 22
  38.     Height = 13
  39.     Caption = 'Num'
  40.     Visible = False
  41.   end
  42.   object bCancel: TButton
  43.     Left = 196
  44.     Top = 197
  45.     Width = 75
  46.     Height = 23
  47.     Caption = 'Close'
  48.     Default = True
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.     OnClick = bCancelClick
  52.   end
  53.   object BAutoSet: TButton
  54.     Left = 9
  55.     Top = 197
  56.     Width = 75
  57.     Height = 23
  58.     Caption = 'Auto Set'
  59.     Enabled = False
  60.     TabOrder = 0
  61.     OnClick = BAutoSetClick
  62.   end
  63.   object Panel2: TPanel
  64.     Left = 100
  65.     Top = 40
  66.     Width = 81
  67.     Height = 145
  68.     Alignment = taLeftJustify
  69.     BevelInner = bvRaised
  70.     BevelOuter = bvLowered
  71.     TabOrder = 3
  72.     object Label2: TLabel
  73.       Left = 15
  74.       Top = 6
  75.       Width = 51
  76.       Height = 13
  77.       Alignment = taCenter
  78.       Caption = 'Telephone'
  79.     end
  80.     object PlayVu: TVuStrip
  81.       Left = 15
  82.       Top = 26
  83.       Width = 10
  84.       Height = 80
  85.       Value = 0
  86.       Pieces = 0
  87.       Max = 8
  88.     end
  89.     object RcvThreshX: TEdit
  90.       Left = 41
  91.       Top = 118
  92.       Width = 21
  93.       Height = 21
  94.       TabStop = False
  95.       Color = clWhite
  96.       ReadOnly = True
  97.       TabOrder = 0
  98.       Text = '99'
  99.     end
  100.     object RcvThresh: TTrackBar
  101.       Left = 39
  102.       Top = 20
  103.       Width = 25
  104.       Height = 97
  105.       Max = 64
  106.       Min = 1
  107.       Orientation = trVertical
  108.       Frequency = 8
  109.       Position = 64
  110.       SelEnd = 0
  111.       SelStart = 0
  112.       TabOrder = 1
  113.       TabStop = False
  114.       TickMarks = tmBoth
  115.       TickStyle = tsNone
  116.       OnChange = RcvThreshValueChange
  117.     end
  118.   end
  119.   object Panel1: TPanel
  120.     Left = 5
  121.     Top = 40
  122.     Width = 81
  123.     Height = 145
  124.     BevelInner = bvRaised
  125.     BevelOuter = bvLowered
  126.     TabOrder = 4
  127.     object Label1: TLabel
  128.       Left = 12
  129.       Top = 6
  130.       Width = 56
  131.       Height = 13
  132.       Alignment = taCenter
  133.       Caption = 'Microphone'
  134.     end
  135.     object MicVu: TVuStrip
  136.       Left = 16
  137.       Top = 26
  138.       Width = 10
  139.       Height = 80
  140.       Value = 0
  141.       Pieces = 0
  142.       Max = 8
  143.     end
  144.     object MicThresh: TTrackBar
  145.       Left = 39
  146.       Top = 20
  147.       Width = 25
  148.       Height = 97
  149.       Max = 64
  150.       Min = 1
  151.       Orientation = trVertical
  152.       Frequency = 8
  153.       Position = 64
  154.       SelEnd = 0
  155.       SelStart = 0
  156.       TabOrder = 1
  157.       TabStop = False
  158.       TickMarks = tmBoth
  159.       TickStyle = tsNone
  160.       OnChange = MicThreshValueChange
  161.     end
  162.     object MicThreshX: TEdit
  163.       Left = 41
  164.       Top = 118
  165.       Width = 21
  166.       Height = 21
  167.       TabStop = False
  168.       AutoSize = False
  169.       Color = clWhite
  170.       Ctl3D = True
  171.       ParentCtl3D = False
  172.       ReadOnly = True
  173.       TabOrder = 0
  174.       Text = '99'
  175.     end
  176.   end
  177.   object Panel3: TPanel
  178.     Left = 194
  179.     Top = 40
  180.     Width = 81
  181.     Height = 145
  182.     BevelInner = bvRaised
  183.     BevelOuter = bvLowered
  184.     TabOrder = 5
  185.     object label3: TLabel
  186.       Left = 27
  187.       Top = 6
  188.       Width = 27
  189.       Height = 13
  190.       Alignment = taCenter
  191.       Caption = 'Delay'
  192.     end
  193.     object DelayX: TEdit
  194.       Left = 30
  195.       Top = 118
  196.       Width = 21
  197.       Height = 19
  198.       TabStop = False
  199.       AutoSize = False
  200.       Color = clWhite
  201.       ReadOnly = True
  202.       TabOrder = 0
  203.       Text = '99'
  204.     end
  205.     object Delay: TTrackBar
  206.       Left = 28
  207.       Top = 20
  208.       Width = 25
  209.       Height = 97
  210.       Max = 64
  211.       Min = 1
  212.       Orientation = trVertical
  213.       Frequency = 8
  214.       Position = 64
  215.       SelEnd = 0
  216.       SelStart = 0
  217.       TabOrder = 1
  218.       TabStop = False
  219.       TickMarks = tmBoth
  220.       TickStyle = tsNone
  221.       OnChange = DelayValueChange
  222.     end
  223.   end
  224.   object bOK: TButton
  225.     Left = 103
  226.     Top = 197
  227.     Width = 75
  228.     Height = 23
  229.     Caption = 'OK'
  230.     Default = True
  231.     ModalResult = 1
  232.     TabOrder = 1
  233.     OnClick = bOKClick
  234.   end
  235. end
  236.